runtime.fixalloc.alloc (method)
18 uses
runtime (current package)
malloc.go#L552: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L619: hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L627: userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
malloc.go#L725: hint := (*arenaHint)(h.arenaHintAlloc.alloc())
malloc.go#L728: hint = (*arenaHint)(h.arenaHintAlloc.alloc())
mcache.go#L91: c = (*mcache)(mheap_.cachealloc.alloc())
mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
mgc.go#L1939: s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
mheap.go#L1166: return (*mspan)(h.spanalloc.alloc())
mheap.go#L1172: pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
mheap.go#L2155: s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
mheap.go#L2217: s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
mheap.go#L2267: s := (*specialCheckFinalizer)(mheap_.specialCheckFinalizerAlloc.alloc())
mheap.go#L2392: s := (*specialTinyBlock)(mheap_.specialTinyBlockAlloc.alloc())
mheap.go#L2576: s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
mheap.go#L2751: s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
pinner.go#L331: rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())
synctest.go#L414: s := (*specialBubble)(mheap_.specialBubbleAlloc.alloc())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)